home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / qdr40b.zip / QDR.DOC < prev   
Text File  |  1991-07-04  |  9KB  |  249 lines

  1.  
  2.  Command QDR                                                 Version 4.0b
  3.  -----------                                                 July 4, 1991
  4.  
  5.  
  6.  Purpose
  7.  -------
  8.         Prepare a floppy diskette  for re-use by formatting  it quickly,
  9.         optionally with a new volume label.
  10.  
  11.  Format
  12.  ------
  13.                 QDR [d:][label]  [/F] [/N] [/V] [/B] [/Q]
  14.                                  [/1] [/2] [/3] [/4] [/8]
  15.  
  16.  Remarks
  17.  -------
  18.         The d: parameter is required and it  supplies  the drive letter.
  19.         A fixed disk  can not  be re-formatted.
  20.  
  21.         You may supply a volume label (up to 11 characters)  immediately
  22.         following the drive letter.  For example:
  23.  
  24.                 QDR b:scratch
  25.  
  26.         You may  supply the  /F option  to force  a full  format of  all
  27.         tracks.  The  /1, /2,  /3, /4,  and /8  options apply  to a full
  28.         format, and specify the disk type.
  29.  
  30.         Bad clusters remain marked as bad unless a full format is  used,
  31.         then  clusters  are  marked  as  unusable  if  they  can  not be
  32.         formatted.  Use the /V (verbose) option to receive a display  of
  33.         the cluster numbers that are marked as not usable.
  34.  
  35.         The /N option suppresses  the "press ENTER to  continue" prompt.
  36.         Otherwise, press  the enter  key to  reformat the  disk, or  the
  37.         ESCape key to cancel.
  38.  
  39.         The DOS error level is set to 0 for successful completion, or to
  40.         1 if any errors occur.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.         QDR (c) Copyright Vernon D. Buerg 1986-91. All rights reserved.
  59.  
  60.  
  61.  
  62.  Command QDR                                                 Version 4.0b
  63.  -----------                                                 July 4, 1991
  64.  
  65.                         Options
  66.                         -------
  67.  
  68.         /F - forced full format; uses DOS to format and verify each
  69.              track.
  70.  
  71.         /1 - forces single  sided format,  SSSD/8 or  SSSD/9, on 360 kb
  72.              drives when /F is used.
  73.  
  74.         /2 - forces DSHD format on 1440 kb capacity drives
  75.  
  76.         /3 - forces DSQD format on 720 kb capacity drives
  77.  
  78.         /4 - forces DSDD format on 1.2 mb capacity drives
  79.  
  80.         /8 - forces 8-sector format; SSSD/8 or DSDD/8, on 360 kb drives
  81.  
  82.         /N - no prompt; skips the "Press ENTER" message and reply
  83.  
  84.         /V - verbose messages; displays a message for each cluster  that
  85.              is marked as unusable
  86.  
  87.         /B - use disk BIOS routines only for formatting; if omitted, the
  88.              DOS  routines  used  for  formatting  are determined by the
  89.              version  of  DOS  in  use.   This  option is supplied as an
  90.              alternative to the default because  QDR may not be able  to
  91.              format  a  new  diskette  when  certain  device  drivers or
  92.              versions of DOS are installed.
  93.  
  94.         /Q - quick format without verification or bad track marking.  If
  95.              the target  disk has  bad spots,  write errors  may result.
  96.              This  option   is  NOT   recommended  for   formatting  new
  97.              diskettes.
  98.  
  99.  
  100.  
  101.                          Formatting
  102.                          ----------
  103.  
  104.         To perform a full format of a disk sectors, use the /F  options.
  105.         It is recommended that you use DOS FORMAT since QDR is not  much
  106.         faster when doing a full format.  Both mark bad clusters.
  107.  
  108.         You may suppy /1 to force SSSD format, /4 for DSDD (360k), or /3
  109.         for DSQD (720kb), or /8 for eight-sectors (SSSD or DSDD).
  110.  
  111.  
  112.         Unless  /F  is  used,  the  diskette  must  have been previously
  113.         formatted.  The allowable diskette  formats are: DSQD (1.2mb  or
  114.         720kb),  SSSD/8,  SSSD/9,  DSDD/8,  DSDD/9,  and DSHD (1.44 mb).
  115.  
  116.         When information is available  for other drive types,  they will
  117.         be added to the data in the internal device table.  Your  system
  118.         hardware and software must support the device type.
  119.  
  120.  
  121.  
  122.  Command QDR                                                 Version 4.0b
  123.  -----------                                                 July 4, 1991
  124.  
  125.                          Version history
  126.                          ---------------
  127.  
  128.         Version 1.0, 2/28/86
  129.           -  initial release
  130.  
  131.         Version 2.7, 2/4/87
  132.           -  update boot sector with device  constant when  using /f  to
  133.              format, should correct problems  with 3.5  inch dsqd  drive
  134.           -  correct  initialization of  fat (not marking  bad clusters)
  135.              when using /f
  136.  
  137.         Version 2.8, 2/5/87
  138.           -  correct marking of fat for side 2
  139.           -  improve format verification, set retries to 2
  140.           -  add operator action request for drive not ready  or if disk
  141.              is write protected
  142.  
  143.         Version 2.9, 3/20/87
  144.           -  minor correction for /3 (dsqd) formatting
  145.  
  146.         Version 3.2, 10/24/87
  147.           - change meaning of /4; the default format is now the
  148.             highest density for the drive.
  149.           - allow formatting of drives under DOS 3.2 (and later?),
  150.             and new formats 3.5/720kb and 3.5/1440kb.
  151.  
  152.         Version 3.3, 12/29/87
  153.           - correct /F formatting of DSQD/AT under DOS 3.1 without drivers
  154.  
  155.         Version 3.3c, 1/16/88
  156.           - correct /4 (DSDD 360 kb) formatting on 1.2 mb AT drives
  157.  
  158.         Version 3.3d, 1/27/88
  159.           - display error messages, e.g. "write protected disk", even
  160.             when /V option is not used
  161.  
  162.         Version 3.3g, 5/06/90
  163.           - corrections for full format of high density diskettes
  164.  
  165.         Version 3.3h, 9/26/90 - expand usage message
  166.         Version 3.3i, 4/21/91 - add DesqView awareness
  167.         Version 4.0a, 5/06/91 - corrections for recognition and proper
  168.                 formatting of 1.44/720k drives and drives resulting from the
  169.                 use of device drivers, e.g. DRIVER.SYS
  170. |       Version 4.0b, 7/04/91 - corrections for DOS 5.0 and detection of
  171. |               3.5"/720k drives for full format
  172.  
  173.  
  174.  Command QDR                                                 Version 4.0b
  175.  -----------                                                 July 4, 1991
  176.  
  177.                          Examples
  178.                          --------
  179.  
  180.      o  Reformat a previously formatted and used diskette. Write a
  181.         volume label of SCRATCH:
  182.  
  183.                 QDR A:scratch
  184.  
  185.      o  Alternately format new diskettes in drives A and B.
  186.         First, create a BAT file called TWOFOR.BAT with these commands:
  187.  
  188.                 QDR A: /F/N
  189.                 QDR B: /F/N
  190.                 TWOFOR
  191.  
  192.         Then, issue the command TWOFOR.  When the last diskette has been
  193.         formatted, press ctrl-C to abort the program.
  194.  
  195.  
  196.      o  Fully format a disk quickly using BIOS routines; suppress the
  197.         "Press ENTER" prompt:
  198.  
  199.                 QDR A: /fnbq
  200.  
  201.  
  202.  
  203.  
  204.  Command QDR                                                 Version 4.0b
  205.  -----------                                                 July 4, 1991
  206.  
  207.  
  208.                         Notice
  209.                         ------
  210.  
  211.         This  document  and  the  QDR.COM  file comprise the QDR program
  212.         ("software").   This  software  is  copyrighted  material and is
  213.         subject to limitations by the copyright holder ("author") as  to
  214.         its use and distribution.
  215.  
  216.         You may  use the  software; make  copies of  the software;  give
  217.         copies to anyone; and distribute it via electronic means.  There
  218.         is no charge for this software,  but you must include a copy  of
  219.         this document with any copies that you make.
  220.  
  221.         You  are  specifically  prohibited  from  charging or requesting
  222.         donations  for  any  copies;  from  modifying the software; from
  223.         distributing the software with commercial products without prior
  224.         written permission; and from distributing this software,  either
  225.         alone or with other material,  and charging any fee.  There  are
  226.         no exceptions.
  227.  
  228.         There  is  no  warranty  of  any  kind given.  The author is not
  229.         liable for damages  of any kind.   By using this  free software,
  230.         you agree to this.
  231.  
  232.         If you  are using  QDR and  find it  of value,  your gift in any
  233.         amount ($15 suggested) will be greatly appreciated.  Please make
  234.         checks payable in U.S. dollars to Vernon D. Buerg.  Canadian and
  235.         non-U.S. checks require excessive bank charges.
  236.  
  237.         The software and documentation are:
  238.  
  239.                 Copyright (C) 1986-91 by Vernon D. Buerg
  240.  
  241.                 139 White Oak Circle
  242.                 Petaluma, CA  94952
  243.  
  244.                 (707) 778-8944, VOR BBS
  245.                 (415) 994-2944, VOR South BBS
  246.  
  247.                 CompuServe 70007,1212, Go IBMHW
  248.  
  249.